Online Presentation Session Exception
Types
Link copied to clipboard
class DigitalCredentialManagerException(message: String = "Failed to retrieve credential from Digital Credential Manager.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException
DCM retrieval failure.
Link copied to clipboard
class FailedToRequestMobileCredentialsException(message: String = "Failed to request mobile credentials", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException
Surfacing SDK-side precondition failures
Link copied to clipboard
class PlatformConfigurationInvalidException(message: String = "Platform configuration and required parameters are incorrectly configured.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException
Surfacing Platform setups failures
Link copied to clipboard
class SessionAbortedException(message: String = "App to App Verification session aborted by user.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException
Session was canceled by the user (successful/unsuccessful).
Link copied to clipboard
class SessionTimedOutException(message: String = "App to App Verification session timed out.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException
Session not found due to timeout or invalidation.
Link copied to clipboard
class UserCanceledException(message: String = "User has canceled the credentials presentation.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException